SearchProvider

constructor(config: Any, content: Any, prefix: String, client: Boolean)

Parameters

config

The parent config object. If this is a child of a child, the config will be its parent's parent (always the main config object)

content

The entry to walk and search from. Typically, a Config, Section, or Walkable

prefix

The scope of the content

client

Whether the config is client-only or not